addRange(Vintasoft.Shared.WebImageJS[]) Метод
В этом разделе
Adds images to the end of the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var images; // Type: WebImageJS[]
value = instance.addRange(images);
Parameters
- images
- An array of WebImageJS objects.
Исключения
| Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if image already exists in collection. |
Смотрите также